SetValue<T>(Int32,Int32,T[,]) Method
Sets an object array into a specified range of cells.
'Declaration
Public Overloads Function SetValue(Of )( _
ByVal As Integer, _
ByVal column As Integer, _
ByVal (,) As _
) As Boolean
'Usage
Dim instance As Worksheet
Dim row As Integer
Dim column As Integer
Dim values() As
Dim value As Boolean
value = instance.SetValue(Of T)(row, column, values)
Parameters
- row
- Row index of the start of the range of cells
- column
- Column index of the start of the range of cells
- values
- Two-dimensional object array[row,column] that contains the values
Type Parameters
- T